From f322bdd2673336057219cb9e07d76c09edddc3f6 Mon Sep 17 00:00:00 2001 From: "akw27@arcadians.cl.cam.ac.uk" Date: Thu, 3 Mar 2005 21:13:06 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.54 (42277de2WK7_Nt8AUEblj6keTcJhBw) Fix short int defines to match other fixes to tools tree. Signed-off-by: andrew.warfield@cl.cam.ac.uk --- tools/blktap/blockstore.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/tools/blktap/blockstore.h b/tools/blktap/blockstore.h index 3ccd7ab65d..0e531c5ab4 100644 --- a/tools/blktap/blockstore.h +++ b/tools/blktap/blockstore.h @@ -9,21 +9,7 @@ #ifndef __BLOCKSTORE_H__ #define __BLOCKSTORE_H__ -#ifndef __SHORT_INT_TYPES__ -#define __SHORT_INT_TYPES__ - -#include - -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; - -#endif /* __SHORT_INT_TYPES__ */ +#include #define BLOCK_SIZE 4096 #define BLOCK_SHIFT 12 -- 2.30.2